body {
  direction: ltr;
}
table {
  direction: ltr;
  width: 100%;
  border-collapse: collapse;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  font-size: 13px;
  box-shadow: 0 0 0 1px #ddd;
  border: 1px solid #ccc;
  text-align: left;
}

th {
  background-color: #a30000 !important;
  color: #fff;
  font-weight: 600;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
}

td {
  padding: 8px 12px;
  border: 1px solid #e2e2e2;
  font-size: 13px;
  color: #333;
}

td:first-child {
  color: #555;
  font-weight: 500;
}

ul {
  padding-left: 20px;
  margin: 15px 0;
  line-height: 1.9;
  font-size: 14px;
  color: #333;
  text-align: left;
  direction: ltr;
}

li {
  margin-bottom: 6px;
  font-size: 16px;
  padding-left: 5px;
  color: #6c6c6c;
}

.project-desc ul,
.project-desc ul li {
  list-style: disc !important;
  margin-left: 8px !important;
}

/*--------------------listing.item.html------------------*/

.listingItem .newscontainer {
  width: auto;
  border: solid 1px #eee;
  padding: 15px;
  background: #fff;
}
.listingItem .image img {
  transition: all 0.5sease;
  background: #0053a5;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .listingItem .image img:hover {
    transform: scale(1.1);
    transition: all ease 0.5s;
    background: #0053a5;
    opacity: 0.9;
  } */
.listingItem .spacer {
  height: 10px;
}
.listingItem .date {
  font-size: 13px;
  color: #888;
  padding: 5px;
  border: solid 1px #f5f5f5;
  height: 37px;
  float: left;
  width: 100%;
  background: #fbfbfb;
}
.listingItem .subtitle {
  font-size: 12px;
  color: #666;
}
.listingItem .title em {
  display: inline-block;
  color: var(--secondary-color);
}
.listingItem .title h2 {
  display: inline-block;
  font-size: 19px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.listingItem .title {
  margin-top: 3px;
}
.listingItem .title a,
.listingItem .title a:hover,
.listingItem .title a:active {
  font-size: 15px;
  text-decoration: none;
  color: #0053a5;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.3px;
}
.listingItem .summary {
  font-size: 12px;
  color: #4b4b4b;
  margin-top: 2px;
  line-height: 23px;
  min-height: 60px;
  text-align: justify;
}
.listingItem .datepane {
  float: right;
}
.listingItem .datepane span {
  margin-left: 5px;
}
.listingItem .iconpane {
  float: left;
}
.listingItem .iconpane a {
  background: #c8c8c8;
  color: #fff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.listingItem .iconpane a:hover {
  background: #999;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .listingItem .title {
    clear: both;
  }
  .project-progress canvas {
    margin: unset !important;
    margin-right: -10px !important;
  }
  .project-progress .project-progress_piechart {
    left: 65% !important;
  }
  .percentage {
    left: 61% !important;
  }
}

@media only screen and (max-width: 320px) {
  .listingItem .datepane {
    font-size: 11px;
  }
}
/*------------------view.item.html------------------------*/
.ArticleView {
  margin: 0px 0 0 0;
  text-align: right;
}
.ArticleView .news-content .title {
  margin: 0px 0 5px 0;
  font-size: 15px;
  text-align: right;
  font-weight: bold;
}
.ArticleView .news-content .col-md-4.col-sm-4.col-xs-12 {
  padding-left: 0;
}
.ArticleView .section {
  margin: 15px 0;
  background: #fff;
}
.ArticleView .section .headding {
  font-size: 15px;
  color: var(--primary-color);
  /* height: 47px; */
  background-color: #a0a0a01a;
  border: 1px solid #acacac1f;
  margin-bottom: 15px;
  padding-right: 21px;
  position: relative;
  font-weight: bold;
  padding: 10px 23px;
}
.headding i {
  color: var(--secondary-color);
  top: 11px;
  right: 8px;
  position: absolute;
}
.ArticleView .date {
  font-size: 13px;
  color: #888;
  padding: 5px;
  border: solid 1px #f5f5f5;
  height: 37px;
  float: left;
  width: 100%;
  background: #fbfbfb;
}
.ArticleView .datepane {
  float: right;
}
.ArticleView .datepane span {
  margin-left: 5px;
}
.ArticleView .iconpane {
  float: left;
}
.ArticleView .iconpane a {
  background: #c8c8c8;
  color: #fff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.ArticleView .iconpane a:hover {
  background: #999;
  text-decoration: none;
}
.ArticleView .image img {
  max-width: 100%;
  width: 100%;
}
.ArticleView h1 {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.ArticleView .title em {
  vertical-align: middle;
}
.ArticleView .subtitle {
  font-size: 12px;
  color: #666;
}
.ArticleView .summary {
  margin-top: 0px !important;
  color: #6c6c6c;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 300 !important;
}
.ArticleView .description {
  color: #111;
}
.ArticleView .commentStyle {
  border-bottom: solid 1px #f5f5f5;
  padding-bottom: 20px;
}
.ArticleView .commentStyle .fa {
  font-size: 67px;
  color: #bbb;
}
.ArticleView .commentStyle .datecomment {
  font-size: 11px;
  color: #999;
}
.ArticleView .back {
  text-align: center;
  margin-top: 50px;
}
.ArticleView .back a {
  background-color: transparent;
  color: #004082;
  text-align: center;
  font-size: 16px;
  width: 208px;
  display: block;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  border: 1px solid #004082;
  transition: 0.4s;
}
.ArticleView .back a:hover {
  background-color: #b78f43;
  transition: 0.4s;
  border: 1px solid #b78f43;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .ArticleView .news-content .col-md-4.col-sm-4.col-xs-12 {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .ArticleView .iconpane {
    display: none;
  }
}

/*------------comment-------------------*/
.postComment p:nth-child(1) {
  display: inline-block;
  width: 48%;
  margin-left: 1%;
}
.postComment p:nth-child(1) input {
  width: 100%;
  margin-right: 7px;
  border: solid 1px #ddd;
}
.postComment p:nth-child(2) {
  width: 48%;
}
.postComment p:nth-child(2) input {
  width: 100% !important;
}
.postComment p:nth-child(2) {
  display: inline-block;
  margin: 0 8px;
  direction: ltr;
}
.postComment p:nth-child(2) input {
  border: solid 1px #ddd; /*! margin: 15px; */
}
.postComment p:nth-child(3) {
  width: 100%;
}
.postComment p:nth-child(3) input {
  width: 97% !important;
}
.postComment p:nth-child(3) input {
  border: solid 1px #ddd;
  margin-right: 7px;
}
.postComment input[type="text"] {
  height: 46px;
  text-align: right;
  margin-bottom: 5px;
  border-radius: 3px;
  box-shadow: 0 0px 3px 1px rgb(238, 238, 238);
  padding: 13px;
}
.postComment textarea.NormalTextBox {
  border: solid 1px #ddd;
  width: 97% !important;
  position: relative;
  margin-right: 7px;
  padding: 15px;
  box-shadow: 0px 4px 10px 2px rgb(238, 238, 238);
  border-radius: 3px;
  height: 175px !important;
}

.postComment input[type="button"]:hover {
  background-color: transparent;
  transition: 0.4s;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
#Notify {
  padding-top: 7px;
  padding-right: 12px;
  margin-bottom: 5px;
}
#Notify input {
  width: auto !important;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0 5px;
}
@media only screen and (max-width: 590px) {
  .postComment p:nth-child(1) {
    width: 97%;
  }

  .postComment p:nth-child(2) {
    width: 97%;
  }
}

/*---------------related.item.html----------------------*/
.relateditem {
}
.relateditem .relatednews {
  border: solid 1px #eee;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.relateditem .relatednews .title {
  padding: 10px;
  height: 68px;
  overflow: hidden;
  font-size: 13px;
}
.relateditem .relatednews .title a {
  color: #666 !important;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.relateditem .relatednews .title a {
  text-decoration: none;
}
.relateditem .relatednews em {
  padding: 0 0 0 5px;
}
.relateditem .icons {
  border-bottom: solid 1px #eee;
}
.relateditem .dg-imagebox .pic {
  border: 1px solid #eee;
}
.relateditem .dg-imagebox {
}
.relateditem .dg-imagebox .icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #0b2e45;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -18px -18px 0 -0;
  z-index: 3;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in; /* Firefox 4 */
  -webkit-transition: all 200ms ease-in; /* Safari and Chrome */
  -o-transition: all 200ms ease-in; /* Opera */
  -ms-transition: all 200ms ease-in; /* IE9? */
}
.relateditem .dg-imagebox:hover .icon {
  opacity: 1;
  transform: scaleX(1);
  transition: all 200ms ease-in 500ms;
  -moz-transition: all 200ms ease-in 500ms; /* Firefox 4 */
  -webkit-transition: all 200ms ease-in 500ms; /* Safari and Chrome */
  -o-transition: all 200ms ease-in 500ms; /* Opera */
  -ms-transition: all 200ms ease-in 500ms; /* IE9? */
}
.relateditem .dg-imagebox .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  opacity: 1;
  z-index: 0;
  margin-top: -3px;
  opacity: 1;
  transition: all 300ms ease-in 500ms;
  -moz-transition: all 300ms ease-in 500ms; /* Firefox 4 */
  -webkit-transition: all 300ms ease-in 500ms; /* Safari and Chrome */
  -o-transition: all 300ms ease-in 500ms; /* Opera */
  -ms-transition: all 300ms ease-in 500ms; /* IE9? */
}
.relateditem .dg-imagebox:hover .bg {
  opacity: 0.7;
  top: 0;
  margin-top: 0;
  transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in; /* Firefox 4 */
  -webkit-transition: all 300ms ease-in; /* Safari and Chrome */
  -o-transition: all 300ms ease-in; /* Opera */
  -ms-transition: all 300ms ease-in; /* IE9? */
}
.relateditem .dg-imagebox .pic {
  position: relative;
}
.relateditem .dg-imagebox .pic > img {
  width: 100%;
}
.relateditem .dg-imagebox .pic:after,
.relateditem .dg-imagebox .pic:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  opacity: 0.5;
  z-index: 1;
  transition: all 300ms ease-in 200ms;
  -moz-transition: all 300ms ease-in 200ms; /* Firefox 4 */
  -webkit-transition: all 300ms ease-in 200ms; /* Safari and Chrome */
  -o-transition: all 300ms ease-in 200ms; /* Opera */
  -ms-transition: all 300ms ease-in 200ms; /* IE9? */
}
.relateditem .dg-imagebox .pic:after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
}
.relateditem .dg-imagebox .pic:before {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}
.relateditem .dg-imagebox:hover .pic:after,
.relateditem .dg-imagebox:hover .pic:before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: all 300ms ease-in 300ms;
  -moz-transition: all 300ms ease-in 300ms; /* Firefox 4 */
  -webkit-transition: all 300ms ease-in 300ms; /* Safari and Chrome */
  -o-transition: all 300ms ease-in 300ms; /* Opera */
  -ms-transition: all 300ms ease-in 300ms; /* IE9? */
}

/*---------------tag-item----------*/
.ArticleView .tag-item a {
  background: #929897;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms;
}
.ArticleView .tag-item a:hover {
  background: #777777;
}

/*--------------------lightbox------------------*/
.ArticleView .articleImages .ImagesItem {
  margin-right: 0;
}
.ArticleView .articleImages .ImagesItem li a img {
  border: solid 1px #f5f5f5;
  padding: 2px;
}
.ArticleView .articleImages .ImagesItem li {
  margin: 5px;
  float: right;
  list-style-type: none;
  display: flex;
}

/*----------------social---------------------------*/
.SocialIcons {
  padding-bottom: 5px;
}
.SocialIcons a {
  text-decoration: none;
}
.SocialIcons .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  background-color: #0153a5;
  color: #fff;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms;
  border-radius: 5px;
  margin-top: 5px;
}
.SocialIcons .fa-send {
  background-color: #00aced;
  font-size: 18px;
  position: relative;
  top: -1px;
}
.SocialIcons .fa-instagram {
  background: #ed548e;
  font-size: 21px;
  position: relative;
  top: 1px;
  right: 1px;
}
.SocialIcons .fa-facebook {
  background: #3b5998;
}
.SocialIcons .fa-linkedin {
  background: #0076b3;
}
.SocialIcons .fa-twitter {
  background-color: #32ccfe !important;
  font-size: 19px;
}

/*------------fileItem.html-------------*/
.fileItem .file-download {
  float: left;
}
.fileItem .file-download a {
  background: #0153a5;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}
.fileItem li {
  padding: 10px;
  list-style-type: none;
}
.fileItem li a {
  text-decoration: none;
}
.fileItem li:nth-child(2n + 1) {
  background: #f5f5f5;
}
.border {
  border: 1px solid #ddd;
  padding: 3px;
  background: #f6f6f6;
}

/*------------------paging-------------*/
.PagingTable {
  width: 100%;
  background: #fff;
  height: 40px;
  margin-bottom: 15px;
}
.PagingTable td span,
.PagingTable a {
  background: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 7px 2px;
  text-align: center;
  color: #888;
  padding: 0 7px;
  box-shadow: 1px 1px 1px 1px #eee;
  border-radius: 5px;
  font-weight: bold;
}
.PagingTable [align="right"] {
  position: relative;
  right: 14px;
}
.PagingTable {
  border: none !important;
}
.PagingTable [align="right"] {
  position: relative;
  right: 14px;
}

/** * jQuery lightBox plugin * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/) * and adapted to me for use like a plugin from jQuery. * @name jquery-lightbox-0.4.css * @author Leandro Vieira Pinho - http://leandrovieira.com * @version 0.4 * @date November 17, 2007 * @category jQuery plugin * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com) * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin */
#jquery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  right: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-container-image-data-box {
  background-color: #fff;
  margin: 0pt auto;
  overflow: auto;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.4em;
}
#lightbox-container-image-data {
  padding: 0 10px;
}
#lightbox-container-image-details {
  float: right;
  text-align: right;
  width: 70%;
}
#lightbox-container-image-details-caption {
  font-weight: bold;
}
#lightbox-container-image-details-currentNumber {
  clear: right;
  display: block;
}
#lightbox-container-image-details-currentNumber a,
#lightbox-container-image-details-currentNumber a:hover {
  border-bottom: medium none;
  color: #151410;
  text-decoration: underline;
}
#lightbox-container-image-details-nav {
  clear: right;
  display: block;
  padding: 0pt 0pt 10px;
}
#lightbox-container-image-details-nav a,
#lightbox-container-image-details-nav a:hover {
  border-bottom: medium none;
  color: #151410;
  text-decoration: underline;
}
#lightbox-container-image-details-nav-btnPrev {
  margin: 0pt 0pt 0pt 8px;
}
#lightbox-image-details-close-btnClose {
  float: left;
}
#lightbox-image-details-close a,
#lightbox-image-details-close a:hover {
  border-bottom: medium none;
  color: #151410;
  text-decoration: underline;
}

/*---------print.item--------------------*/
.articlePrint {
  direction: rtl;
  margin: 0 auto;
  width: 650px;
  text-align: right;
}
.articlePrint .printhead {
  font: 12px/150%;
  margin: 0;
  text-align: right;
}
.articlePrint .printhead .printlogo {
  float: right;
  text-align: right;
  width: 200px;
  padding: 10px 0;
}
.articlePrint .printhead .headinfo {
  line-height: 180%;
  float: left;
  font-size: 12px;
  padding: 10px 0;
  text-align: left;
  width: 400px;
}
.articlePrint .printhead .headinfo .printcat {
  padding: 5px 0 0;
}
.articlePrint .printhead .headinfo .printid {
  padding: 5px 0 0;
}
.articlePrint .printhead .headinfo .printdt {
  direction: ltr;
  font-size: 12px;
  padding: 5px 0 0;
  text-align: left;
}
.articlePrint .printtextpane {
  border: 2px dotted #cccccc;
  clear: both;
  padding: 20px 30px 40px;
}
.articlePrint .printtextpane .nwstxtrotitr {
  color: #000066;
  font: 13px;
  margin: 0;
  text-align: right;
}
.articlePrint .printtextpane .nwstxtinfotitle {
  color: #000066;
  font-size: 40px;
  padding: 10px 0;
}
.articlePrint .printtextpane .nwstxtlead {
  color: #000000;
  margin: 3px 0;
  line-height: 1.6em !important;
}
.articlePrint .printtextpane .nwstxttext {
  clear: both;
  font-size: 12px;
  padding: 3px 0 0;
  text-align: justify;
  line-height: 2em !important;
}
.articlePrint .printcopyright {
  background: none repeat scroll 0 0 #dddddd;
  direction: rtl;
  font: normal 11px Verdana;
  padding: 2px 0;
  text-align: center;
}

/*-------search-------------*/
#articleSearchFormSmall {
  width: 83%;
  height: 35px;
  margin: 10px 0 15px 0;
  text-align: right;
  position: relative;
}
#articleSearchFormSmall input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin: 0px 0 0 0 !important;
  cursor: pointer;
  text-indent: -9999px;
  border: 0px;
  border: solid 1px #0053a5;
  background: #fff url("Images/search-tool.png") no-repeat center center/ 25px;
  background-color: #0053a5;
}
#articleSearchFormSmall input[type="text"] {
  width: 95%;
  height: 43px;
  line-height: 40px;
  color: #004c75;
  margin: 0px 0 0 0;
  padding: 0 5px 0 0;
  background: #fff;
  border: 0px;
  border: solid 1px #eee;
  border-left: none;
  background: #fbfbfb;
}
/*--------postRating-------*/
.postRating {
  padding: 10px;
}
.postRating label {
  margin: 0 2px 0 20px;
}

/*--------video----------*/
video {
  width: 100% !important;
  text-align: center;
  margin: 30px auto;
}
/*---------------News Articles Archives-------------*/
.listItem li {
  margin: 0;
  position: relative;
  list-style: none;
  padding: 5px 11px;
  font-size: 14px;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li:hover {
  margin: 0 3px 0 0;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li a {
  color: #333;
}
.listItem li a:hover {
  color: #2c5cda;
  text-decoration: none;
}
/*---------------*/
@media handheld, only screen and (max-width: 414px) {
  .col-xs-2 {
    float: none;
  }
}

/*///////////////*/

/*latest articles*/
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pt-5 {
  padding-top: 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.green {
  color: forestgreen;
}
.blue {
  color: darkblue;
}
.light-blue {
  color: #58a3bb;
}
.listingItem {
}
.listingItem .newscontainer {
  width: auto;
  border: solid 1px #dfdfdf;
  padding: 15px;
  background: #fff;
}
.rtl .listingItem .image {
  padding: 10px;
  margin: 5px 0 3px 8px;
  border: solid 1px #eee;
  overflow: hidden;
  height: 100%;
}
.listingItem .image {
  overflow: hidden;
}
.listingItem .image img {
  transition: all 0.5s ease;
  background: #0053a5;
  opacity: 0.9;
  width: 100%;
}
/* .listingItem .image img:hover {
    transform: scale(1.1);
    transition: all ease 0.5s;
    background: #0053a5;
    opacity: 0.9;
  } */
.listingItem .spacer {
  height: 10px;
}
.listingItem .date {
  font-size: 13px;
  color: #888;
  padding: 5px;
  border: none;
  height: 37px;
  float: left;
  width: 100%;
  background: transparent;
}
.listingItem .subtitle {
  font-size: 12px;
  color: #666;
}
.listingItem .title em {
  display: inline-block;
}

.listingItem .title {
  margin-top: 3px;
}
.listingItem .title a,
.listingItem .title a:hover,
.listingItem .title a:active {
  font-size: 15px;
  text-decoration: none;
  color: #0053a5;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 0.3px;
}
.listingItem .summary {
  font-size: 12px;
  color: #4b4b4b;
  margin-top: 2px;
  line-height: 26px;
  min-height: 60px;
  text-align: justify;
}
.listingItem .datepane {
  float: left;
  font-size: 10px;
}
.listingItem .datepane span {
  margin-left: 5px;
  color: #b78f43;
}
.rtl .listingItem .iconpane {
  float: left;
}
.listingItem .iconpane {
  float: right;
}
.listingItem .iconpane a {
  background: #c8c8c8;
  color: #fff;
  font-size: 17px;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-align: center;
}
.listingItem .iconpane a:hover {
  background: #999;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .listingItem .title {
    clear: both;
  }
}

@media only screen and (max-width: 320px) {
  .listingItem .datepane {
    font-size: 11px;
  }
}

.PagingTable {
  width: 100%;
  background: #fff;
  height: 40px;
  margin-bottom: 15px;
}
.PagingTable td span,
.PagingTable a {
  background: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 7px 2px;
  text-align: center;
  color: #888;
  padding: 0 7px;
  box-shadow: 1px 1px 1px 1px #eee;
  border-radius: 5px;
  font-weight: bold;
}
.PagingTable td {
  padding: 0px 10px;
}

/*search*/
#articleSearchFormSmall {
  width: 83%;
  height: 35px;
  margin: 10px 0 15px 0;
  text-align: right;
  position: relative;
}
#articleSearchFormSmall input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin: 0px 0 0 0 !important;
  cursor: pointer;
  text-indent: -9999px;
  border: 0px;
  border: solid 1px #0053a5;
  background: #fff
    url("/DesktopModules/DnnForge - NewsArticles/Templates/Standard/Images/search-tool.png")
    no-repeat center center/ 25px;
  background-color: #0053a5;
}
.rtl #articleSearchFormSmall input[type="text"] {
  width: 95%;
  height: 43px;
  line-height: 40px;
  color: #004c75;
  margin: 0px 0 0 0;
  padding: 0 5px 0 0;
  background: #fff;
  border: 0px;
  border: solid 1px #eee;
  border-left: none;
  background: #fbfbfb;
}
#articleSearchFormSmall input[type="text"] {
  width: 95%;
  height: 43px;
  line-height: 40px;
  color: #004c75;
  margin: 0px 0 0 0;
  padding: 0 0 0 5px;
  background: #fff;
  border: 0px;
  border: solid 1px #eee;
  border-right: none;
  background: #fbfbfb;
}

/*archive*/
.blue {
  color: darkblue;
}
.listItem li {
  margin: 0;
  position: relative;
  list-style: none;
  padding: 5px 11px;
  font-size: 14px;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.rtl .listItem li:hover {
  margin: 0 3px 0 0;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li:hover {
  margin: 0 0 0 3px;
  webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
}
.listItem li a {
  color: #333;
}
.listItem li a:hover {
  color: #2c5cda;
  text-decoration: none;
}

/*comment*/
.mb-20 {
  margin-bottom: 26px !important;
}
.ArticleView .commentStyle {
  background: #f7f3ee;
  border: solid 1px #f9e5c5;
  padding: 20px 35px;
}
.commentStyle hr {
  border-top: solid 1px #ddc8a7;
}
.ArticleView .commentStyle .fa {
  font-size: 67px;
  color: #bbb;
}
.ArticleView .commentStyle .datecomment {
  font-size: 11px;
  color: #999;
  float: left;
  text-align: left;
}
.ArticleView .commentStyle p {
  margin: 0;
}
.ArticleView .commentStyle.mb-1 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 15px;
}
.ArticleView .commentStyle.mb-2 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 30px;
}
.ArticleView .commentStyle.mb-3 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 50px;
}
.ArticleView .commentStyle.mb-4 {
  background: no-repeat;
  border: none;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-right: 4px solid #cce9f2;
  margin-right: 70px;
}
.btn a.CommandButton {
  color: #fff;
}
.btn.btn-info {
  padding: 3px 10px;
}
p.news-main-p-archive {
  font-weight: 300;
  font-size: 14px;
  text-align: justify;
}

.news-single-content-p p {
  font-size: 14px;
  text-align: justify;
}

.news-single-content-p {
  margin-top: 27px;
}

.news-image-single img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.projects-context {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.more-btn {
  border: 1px solid var(--primary-color);
  width: 153px;
  padding: 5px 0;
  margin-top: 28px;
}
.more-btn span {
  color: var(--primary-color);
  font-size: 12px;
}
.more-btn:after {
  background-color: var(--primary-color);
}
.more-btn:hover span {
  color: #fff;
}
.projectImages .swiper-slide a {
  display: inline-block;
  width: 100%;
}
.projectImages .swiper-slide a img {
  width: 100%;
  object-fit: cover;
}
.swiper-container {
  overflow: hidden;
  position: relative;
}
.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 56%) !important;
}
.thumb-image {
  border: 1px solid #1136283b;
  margin-bottom: 23px;
}
.thumb-image img {
  width: 100%;
  height: 100%;
  padding: 9px;
  object-fit: cover;
}
.project-title {
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--primary-color);
}
.project-progress canvas {
  margin: 0 auto;
}
.project-facility_icons p img {
  width: 178px;
  height: 49px;
  margin-left: 10px;
  margin-bottom: 10px;
  object-fit: cover;
}
.project-contact_details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fax-num {
  display: flex;
  width: 100%;
}

.address h5 {
  font-weight: 500;
  font-size: 16px;
  color: #595959;
}
.fax-num h5 {
  font-weight: 500;
  font-size: 16px;
  color: #595959;
}
.project-progress p {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #595959;
}
.project-progress .project-progress_piechart {
  display: inline-block;
  font-weight: 700;
  left: 49%;
  top: 59%;
  position: absolute;
  font-size: 22px;
  color: #595959;
}
.postComment input[type="button"] {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
  display: inline-block;
  width: 208px;
  padding: 18px 0;
  display: flex;
  justify-content: center;
  transition: 0.5s;
}

.planImage p img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  padding: 9px;
}
.project-desc .section {
  margin: 0 !important;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.address {
  display: flex;
}
.address i {
  padding-left: 9px;
  color: var(--primary-color);
}
.number {
  display: flex;
  width: 50%;
  margin-bottom: 14px;
}
.number i {
  padding-left: 9px;
  color: var(--primary-color);
}
.fax {
  display: flex;
  width: 50%;
}
.fax i {
  padding-left: 9px;
  color: var(--primary-color);
}
.planImage .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.planImage .swiper-container {
  height: 179px;
  padding-bottom: 10px;
}
.planImage .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}
.location iframe {
  width: 100%;
  height: 400px;
}
.rec-remain {
  width: 34px;
  display: inline-block;
  height: 10px;
  background-color: #e0e0e0;
}
.rec-done {
  width: 34px;
  display: inline-block;
  height: 10px;
  background-color: var(--primary-color);
}
.chart-lable-first {
  font-size: 14px;
  position: absolute;
  top: 48%;
}
.chart-lable-second {
  font-size: 14px;
  position: absolute;
  top: 56%;
}
.project-progress .section {
  position: relative;
}
.filter-container {
  padding: 47px;
  border: 1px solid #ffffff5c;
  background-color: #e8eae9;
  margin-bottom: 80px;
}
.saleProjectTitle {
  display: block;
  margin: 0 auto;
  color: var(--primary-color);
  font-size: 25px;
  font-weight: 700;
  width: max-content;
  padding-bottom: 30px;
}
.filter-container input {
  border: none;
  width: 203px;
  margin-left: 35px;
  border: 1px solid #dadada;
  padding: 4px 12px;
}
input::placeholder {
  font-size: 14px;
}
select {
  border: none;
  width: 210px;
  margin-left: 35px;
  padding: 4px 0;
  font-size: 14px;
  border: 1px solid #dadada;
  padding: 4px 12px;
  height: 39px;
  outline: none;
}
.project-item {
  margin-bottom: 90px;
}
.project-desc_text span {
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #414141;
}

span.projectCat {
  color: #2b3d37;
}

span.projectProv {
  color: #2b3d37;
}

span.projectArea {
  color: #2b3d37;
}

.project-desc_text {
  font-size: 14px;
  line-height: 30px;
  color: #414141;
}

input {
  outline: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 156px;
}
.filter-container input {
  margin-block: 8px;
}
.filter-container select {
  margin-block: 8px;
}
@media only screen and (max-width: 480px) {
  .chart-lable-first {
    top: 94%;
  }
  .chart-lable-second {
    top: 99%;
  }
  .chart-lable-first,
  .chart-lable-second {
    font-size: 13px;
  }
  .rec-done,
  .rec-remain {
    width: 25px;
  }
  .project-progress-image p img {
    width: 77px !important;
    height: auto !important;
  }
  .project-progress-image {
    top: unset !important;
    bottom: -35px !important;
  }
}
.percentage {
  display: inline-block;
  font-weight: 700;
  left: 47%;
  top: 59%;
  position: absolute;
  font-size: 22px;
  color: #595959;
}

.product-card {
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 1rem;
  margin-right: 12px;
}

@media only screen and (max-width: 768px) {
  .product-card {
    margin-right: 0px;
  }
}

.product-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.product-card__link {
  text-decoration: none;
  color: inherit;
  padding: 0.8rem 1rem;
}

.product-card__image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}

.product-card__row:last-child {
  border-bottom: none;
}

.product-card__row .label {
  font-size: 13px;
  color: #ea353a;
  font-weight: 500;
}

.product-card__row .value {
  font-size: 20px;
  color: #111;
  font-weight: 600;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.filter-item {
  flex: 1 1 200px;
  min-width: 200px;
}

.filter-select {
  direction: ltr !important;
  width: 100%;
  background: #f9fafc;
  border: 1px solid #d2d6dc;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23777' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  direction: rtl;
}

.filter-select:hover {
  background-color: #f1f3f6;
  border-color: #c5ccd3;
}

label {
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.project-desc {
  text-align: left;
  padding: 30px;
}

.product-card__row--inner {
  align-items: center;
  padding: 6px 0;
}

.product-card__row--inner .label {
  font-size: 13px;
  color: #757575;
  font-weight: 500;
}

.product-card__row--inner .value {
  font-size: 14px;
  color: #111;
  font-weight: 600;
}

.ImagesItem li {
  display: flex;
  justify-content: start;
  margin-bottom: 32px !important;
}

.projectType--inner {
  border-top: 1px solid #000;
}

.ArticleView {
  font-family: IRANSans, sans-serif;
  color: #333;
  line-height: 1.8;
  direction: rtl;
}

.project-content {
  margin-top: 20px;
}

.project-title {
  color: #101010; /* Ù‚Ø±Ù…Ø² ØªÛŒØ±Ù‡ */
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #a30000;
  padding-bottom: 5px;
}

.summary {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.thumb-image img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.product-specs {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.product-card__row--inner {
  direction: ltr;
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0.95rem;
}

.product-card__row--inner:last-child {
  border-bottom: none;
}

.label {
  font-weight: 600;
  color: #444;
}

.value {
  color: #000;
}

.projectType--inner {
  margin-top: 10px;
  padding-top: 15px;
  font-size: 0.95rem;
  color: #a30000;
  font-weight: 600;
}

.project-desc_text {
  background: #fff;
  border-top: 2px solid #a30000;
  padding-top: 15px;
}

.project-desc_text p {
  margin-bottom: 15px;
}

.thumb-image-inner {
  border: none !important;
}

.about-tab_container {
  font-family: IRANSans, sans-serif;
  direction: ltr;
  margin-top: 30px;
  padding-bottom: 100px;
}

.about-tab_container .nav-tabs {
  border-bottom: 1px solid #a30000;
}

.about-tab_container .nav-tabs .nav-link {
  color: #444;
  font-weight: 600;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  transition: all 0.3s ease;
  /* border: 1px solid #a30000; */
}

.about-tab_container .nav-tabs .nav-link:hover {
  color: #a30000;
  background-color: #f8f8f8;
}

.about-tab_container .nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #a30000;
  border: none;
}

.about-tab_container .tab-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 40px;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.about-tab_container .tab-pane p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: left;
}

#downloads-section p a {
  display: inline-block;
  background: #38393a; /* Ù‚Ø±Ù…Ø² ØªÛŒØ±Ù‡ */
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#downloads-section p a:hover {
  background: #38393a;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px #95969a;
}

#downloads-section p a:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Ø§Ú¯Ø± Ú†Ù†Ø¯ ØªØ§ Ù„ÛŒÙ†Ú© Ø¯Ø§Ø±ÛŒØŒ Ø¨ÛŒÙ†â€ŒØ´ÙˆÙ† ÙØ§ØµÙ„Ù‡ Ø¨Ø¯Ù‡ */
#downloads-section p {
  margin: 0 0 10px 0;
}
.product-card__image .image {
  width: 317px;  
  height: 317px;
      padding: 0;
    margin: 0;
}